Welcome![Sign In][Sign Up]
Location:
Search - MATLAB lib

Search list

[Othervc-matlab

Description: 要在VC中成功编译Matlab引擎程序,必须包含引擎头文件engine.h并引入Matlab对应的库文件libmx.lib、libmat.lib、libeng.lib
Platform: | Size: 26591 | Author: 海德 | Hits:

[matlabDSP的C程序和汇编程序库

Description: 经典DSP的C程序和汇编程序库,有很多实用的程序供大家参考,很有用的!-Classical DSP C language program and assembler language libary. It has many practical programe for all of us. It is very useful.
Platform: | Size: 38912 | Author: 李锦 | Hits:

[matlabvcmatlab7src

Description: MATLAB Compiler 是MATLAB自带的一个编译器,它能将m文件转化成 C、C++或p等各种类型的源代码,并根据需要生成可执行文件、lib文件(库文件)、dll文件或S函数文件等。MATLAB 6.5 使用的编译器包括了MATLAB 的C\C++数学库函数以及图形库。动态链接库(dll)是编写软件中常用的一种技术,MATLAB提供了将M文件编制成dll文件的方法,本文就介绍如何在MATLAB6.5中将m文件z转化成dll文件,然后在VC中调用该dll文件。 -MATLAB Compiler is a built-in MATLAB Compiler, it will be m documents into C, C p, or other types of source code and generating executable required documents lib files (libraries), dll files or documents S function. MATLAB 6.5 The compiler includes MATLAB C \ C math library functions and graphics library. Dynamic link library (dll) software is commonly used to prepare a technical, MATLAB M will provide the documentation dll file into the method, on how the document Matlab6.5 will m z into dll file, and then call in the VC dll file.
Platform: | Size: 41984 | Author: 林林 | Hits:

[matlabMetrix

Description: 该软件和代码实现的功能是对图象的加密和解密,运行环境是Xp+matlab,代码中有说明,很容易看明白.-the software code and the functions of the image of encryption and decryption, the environment is Xp Matlab, the code is described, it is easy to see to understand.
Platform: | Size: 3562496 | Author: 叶飞 | Hits:

[Special Effects123456lib

Description: 动态链接库所需要的ImageLoad.lib等lib库。-dynamic link library needs ImageLoad.lib the other lib.
Platform: | Size: 136192 | Author: 王文 | Hits:

[Communication-MobilePowerControlSchedulingandRoutinginUWBnetworks

Description: UWB 功率控制 容量 Main Matlab script is in runsim.m. It generates random topologies, optimizes, and display results. IMPORTANT: you may need to add manually the lib path in Matlab in order to get all the necessary functions. Reference: Radunovic, Le Boudec, "Joint Power Control, Scheduling and Routing in UWB networks"-UWB power control capacity Main Matlab script is in runsim. m. It generates random topologies. optimizes, and display results. IMPORTANT : you may need to manually add the lib path in the Matla b in order to get all the necessary functions. Re ference : Radunovic, Le Boudec. "Joint Power Control, Scheduling and Routing in UWB networks "
Platform: | Size: 233472 | Author: 海涛 | Hits:

[2D GraphicCBIR-BuildSuccesefully

Description: CBIR基于图像内容的检索程序, 源码来自codeproject, 原本不能直接编译运行,在本人添加了Lib和.h文件后,可以轻松编译运行了!^_^-CBIR-based image retrieval procedures, source code from codeproject, the original should not direct the compiler to run, in the Lib and I added. H file, the compiler can easily run! ^ _ ^
Platform: | Size: 811008 | Author: 任民 | Hits:

[OtherMatlabSharedLib_demo

Description: Introduction Some times it is required that we build a shared library (DLL) from an m-file. M-files are functions that are written in Matlab editor and can be used from Matlab command prompt. In m-files, we employ Matlab built-in functions or toolbox functions to compute something. In my past articles, I showed you some ways to use Matlab engine (vis. API, C++ class or Matlab engine API) for employing Matlab built-in functions, but what about functions that we develop? How can we use them in VC? Is there any interface? This article shows you an idea to employ your own Matlab functions.
Platform: | Size: 65536 | Author: vipjvs | Hits:

[Othervc-matlab

Description: 要在VC中成功编译Matlab引擎程序,必须包含引擎头文件engine.h并引入Matlab对应的库文件libmx.lib、libmat.lib、libeng.lib-VC to successfully compile Matlab engine procedures, must include the engine header files engine.h and the introduction of the corresponding Matlab library files libmx.lib, libmat.lib, libeng.lib
Platform: | Size: 26624 | Author: 海德 | Hits:

[matlab45666019bosuxingchengsuanfa

Description: MATLAB Compiler 是MATLAB自带的一个编译器,它能将m文件转化成 C、C++或p等各种类型的源代码,并根据需要生成可执行文件、lib文件(库文件)、dll文件或S函数?BR> [lms_communication-MATLAB comes with MATLAB Compiler is a compiler, it will be m file into C, C++ Or p, such as various types of source code, and in accordance with the need to generate executable files, lib files (library files), dll documents or S function? BR
Platform: | Size: 22528 | Author: 黄礼祥 | Hits:

[OtherMatcom_code_38

Description: matcom演示程序,转载调试说明: 1.如果直接运行exe文件,只须将ago4501.dll和v4501v.dll加入相应的 release目录即可. 2.如果需要在VC6.0环境下测试,可按如下步骤进行. 1)从workspace中删除v4501v.lib,通过project->add to project->files 重新加入v4501v.lib. 2)编译连接后,将ago4501.dll和v4501v.dll加入release目录.运行程序即可. 注意: 1)v4501v.lib,ago4501.dll和v4501v.dll都放在lib目录下. 2)jpg目录下为文档编辑所需要的图片,如需重新排版,可参考使用。-Matcom demo program, reproduced debugging: 1. If directly run exe files, simply by adding ago4501.dll and v4501v.dll corresponding release directory can be .2. If you need VC6.0 environment testing, may proceed as follows to .1) from the workspace to delete v4501v.lib, through project-
Platform: | Size: 3328000 | Author: dxqzyc | Hits:

[Windows DevelopMccDemo3

Description: Matlab和VC6.0混合编程,实现将matlab绘图窗口嵌入到vC程序中。 1、首先将压缩文件中的matlab部分,编译,命令如下:mcc -W cpplib:libmccdemo3 -T link:lib mccdemo3.m 2、将编译得到的.dll,.lib,.h,.ctf文件拷贝到vC工程文件夹下 3、编译压缩文件中的vC部分,运行即可。-err
Platform: | Size: 285696 | Author: 提请 | Hits:

[AlgorithmTestUseMatlab

Description: VC 中调用MATLAB 程序功能: 为了在vc中调用MATLAB而写的一个简单测试程序 设置路径: 根据MATLAB所在盘而定,例如我的matlab是装在D盘的,所以需要包含的路径为 D:\MATLAB6p1\extern\include\,在工程中设置 需包含的头文件: //matlab中的头文件调用matlab的函数 #include "engine.h" 需要连接的LIB库: D:\MATLAB6p1\extern\lib\win32\digital\df50\libeng.lib D:\MATLAB6p1\extern\lib\win32\digital\df50\libmx.lib 支持mx函数 -程序功能: 为了在vc中调用MATLAB而写的一个简单测试程序 设置路径: 根据MATLAB所在盘而定,例如我的matlab是装在D盘的,所以需要包含的路径为 D:\MATLAB6p1\extern\include\,在工程中设置 需包含的头文件: //matlab中的头文件调用matlab的函数 #include "engine.h" 需要连接的LIB库: D:\MATLAB6p1\extern\lib\win32\digital\df50\libeng.lib D:\MATLAB6p1\extern\lib\win32\digital\df50\libmx.lib 支持mx函数
Platform: | Size: 16384 | Author: lionel | Hits:

[Communication-MobileUWB_Image_Tx_Matlab_Code

Description: This source code simulates UWB based wireless Communication system which transmits color image over wireless medium. Modulation type: Pulse position modulation Pulse: second derivative of a Gaussian pulse Channel: AWGN Image: lib.jpg-This source code simulates UWB based wireless Communication system which transmits color image over wireless medium. Modulation type: Pulse position modulation Pulse: second derivative of a Gaussian pulse Channel: AWGN Image: lib.jpg
Platform: | Size: 83968 | Author: | Hits:

[DSP programOFDM_ti6701

Description: 使用ti公司的6701板完成的ofdm系统,同时具有MATLAB代码和英文说明。 -ofdm sender 1. start code composer studio 2. open .\OFDMsender\sender.pjt you may need to change the paths to the librarys and include directory 3. build ofdm receiver 1. start code composer studio 2. open .\OFDMreceiver\receiver.pjt you may need to change the paths to the librarys and include directory 3. build Library files ti\c6000\cgtools\lib\rts6701.lib ti\c6000\evm6x\dsp\lib\devlib\dev6x.lib ti\c6000\evm6x\dsp\lib\drivers\drv6x.lib Include directory ti\c6000\evm6x\dsp\include
Platform: | Size: 899072 | Author: boycn | Hits:

[matlabffmpeg-matlab

Description: This code can capture a frame from a vidoe in matlab.
Platform: | Size: 27062272 | Author: ohmygotta | Hits:

[3D Graphicgeodesic

Description: 用于计算测地距的lib,特别适用在3D模型上,比如三角面片上。非常快速。代码非常简单好用,matlab版本的例子给的比较好,请仔细参考。C++版可看文档内部地址下载-Used to calculate the geodesic distance lib, especially for the 3D model, such as the triangular surface-chip. Very fast. The code is very simple and easy to use, matlab version of the example given is better, please reference. C++ version can be downloaded to see the internal documents
Platform: | Size: 308224 | Author: 祝浩 | Hits:

[matlablib

Description: matlab communication toolbox lib
Platform: | Size: 78848 | Author: hcui | Hits:

[matlabCharacter-Recognition(Lib-SVM)

Description: 支持向量机的研究现已成为机器学习领域中的研究热点,其理论基础是Vapnik[3]等提出的统计学习理论。统计学习理论采用结构风险最小化准则,在最小化样本点误差的同时,缩小模型泛化误差的上界,即最小化模型的结构风险,从而提高了模型的泛化能力,这一优点在小样本学习中更为突出。SVM理论正是在这一基础上发展而来的,经过十几年的研究和发展,已开始逐步应用于一些领域。在解决小样本、非线性及高维模式识别问题中表现出许多特有的优势,已经在模式识别、函数逼近和概率密度估计等方面取得了良好的效果。- Support Vector Machine (SVM) is a new machine learning technique in recent years developed based on statistical learning theory (SLT). It wins popularity due to many attractive features and emphatically performance in the fields of nonlinear and high dimensional pattern recognition. The theory and algorithm of SVC is studied at first, then, simulation is to recognize handwritten numeral with the Lib-SVM toolbox. At last, we study the result, which shows that the SVC can do the classification problem with good performance, shorter operation time and is more suitable for real-time implementation.
Platform: | Size: 1155072 | Author: 任修齐 | Hits:

[Develop Toolsmatlab lib svm3.2

Description: 附件中为matlab lib svm3.2
Platform: | Size: 871166 | Author: pang9998 | Hits:
« 12 3 4 »

CodeBus www.codebus.net